From a5a174cfe0b835f42cefbbbbd0f60213ec0a2ac1 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 29 Jul 2004 02:18:27 +0000 Subject: [PATCH] Mark unwatch button as ca-unwatch rather than ca-watch to fix the tooltip. * [ 993438 ] Wrong hint for "unwatch" button --- includes/SkinPHPTal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index 01ff30e6da..059afff9f1 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -429,7 +429,7 @@ 'text' => wfMsg('watch'), 'href' => $this->makeUrl($this->thispage, 'action=watch')); } else { - $content_actions['watch'] = array('class' => ($action == 'unwatch' or $action == 'watch') ? 'selected' : false, + $content_actions['unwatch'] = array('class' => ($action == 'unwatch' or $action == 'watch') ? 'selected' : false, 'text' => wfMsg('unwatch'), 'href' => $this->makeUrl($this->thispage, 'action=unwatch')); } -- 2.20.1